home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hight-d.swf / scripts / frame_119 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  129 b   |  9 lines

  1. clearInterval(thegameID);
  2. stop();
  3. stopAllSounds();
  4. tellTarget("_root.sounds")
  5. {
  6.    gotoAndStop("gameover");
  7.    play();
  8. }
  9.